home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / faq / tsfaqn45.zip / FAQPROGS.TXT < prev    next >
Internet Message Format  |  1996-06-15  |  51KB

  1. From ts@uwasa.fi Sat Jun 15 00:00:00 1996
  2. Subject: FAQPROGS.TXT contents
  3.  
  4.                              Copyright (c) 1993-1996 by Timo Salmi
  5.                                                All rights reserved
  6.  
  7. FAQPROGS.TXT Frequently (and not so frequently) asked questions
  8. relating to programs with answers. Comments and corrections are
  9. solicited.
  10.  
  11. ....................................................................
  12. Prof. Timo Salmi   Co-moderator of news:comp.archives.msdos.announce
  13. Moderating at ftp:// & http://garbo.uwasa.fi archives  193.166.120.5
  14. Department of Accounting and Business Finance  ; University of Vaasa
  15. ts@uwasa.fi http://uwasa.fi/~ts BBS 961-3170972; FIN-65101,  Finland
  16.  
  17. --------------------------------------------------------------------
  18. 1)  How do I capture text from the screen to a file?
  19. 2)  How do I redirect the output from the screen to the printer?
  20. 3)  How can I direct all output to a file instead of the printer?
  21. 4)  Where can I get VT102 emulation codes?
  22. 5)  Problems with Procomm or Telix VT102 emulation.
  23. 6)  Is there a program to convert Pascal to C?
  24. 7)  I need a bigger cursor for my laptop.
  25. 8)  Where to find a source code for detecting which CPU my PC has?
  26. 9)  Can anyone recommend me a good linear programming package?
  27. 10) Where can I find sources for Unix Zmodem?
  28. 11) Where can I find sources for Unix arc, lharc, zip, and zoo?
  29. 12) How to delete non-empty directories fast?
  30. 13) I can't run this file I got with a .zip (.arc etc) extension.
  31. 14) What is the best archiver?
  32. 15) What is the best text editor?
  33. 16) Am I safe against viruses if download files from FTP sites?
  34. 17) Where can I find a program to expand the keyboard buffer?
  35. 18) How to make z-modem transfer between a Unix mainframe and my PC?
  36. 19) Where can I find Unix-like utilities for my MS-DOS PC?
  37. 20) How can I hide files and directories?
  38. 21) Which is better, Procomm Plus or Telix?
  39. 22) How can I restore the original screen when a program muddles it?
  40. 23) Where can I find compress for MS-DOS to handle .Z files?
  41. 24) I found a bug in a shareware program. How should I report it?
  42. 25) Where can I find a program to break a PKZIP encryption password?
  43. 26) Where can I find other good programs that are not on this list?
  44. --------------------------------------------------------------------
  45.  
  46. From ts@uwasa.fi Sat Jun 15 00:00:01 1996
  47. Subject: Capturing text to file from screen
  48.  
  49. 1. *****
  50.  Q: I want to capture to a file everything that comes on the
  51. screen. How do I do this?
  52.  
  53.  A1: There are two sets of programs that are useful here. The first
  54. set consists of programs which automatically capture to a file
  55. everything that comes on the screen. Examples of these "scrolling"
  56. programs are /pc/printer/concpy11.zip (or whatever version is the
  57. latest) and /pc/printer/script11.zip.
  58.    The second set are the "static" programs which capture a snapshot
  59. of the screen, or a portion of the screen at the invocation of a hot
  60. key. Get /pc/screen/snippr26.zip for such a utility. Another is
  61. /pc/printer/lamneth.zip which redirects the results of pressing the
  62. PrintScreen key to a file instead of the printer. A third one is
  63. /pc/printer/scap250.zip. Also worth considering is
  64. /pc/screen/vprint51.zip. Please note that these programs only work
  65. for the text mode. They won't capture graphics output. (The same
  66. also goes for the next Q&As).
  67.  
  68.      +------------------------------------------+
  69.      ! To get these and other programs given as !
  70.      !   /dir/subdir/name                       !
  71.      ! see the instructions in PD2ANS.TXT       !
  72.      +------------------------------------------+
  73.  
  74.  A2: How to find MS-DOS files on garbo.uwasa.fi: If you are looking
  75. for a particular program at garbo.uwasa.fi you should start by
  76. getting the following files:
  77.    /pc/INDEX.ZIP
  78.    /pc/INDEXTS.ZIP
  79. For seeing what is new in the /pc/ts directory, get
  80.    /pc/ts/0news-ts
  81. For seeing selected news and reviews of files in all MS-DOS (the
  82. /pc) directories, get the following file full of information
  83.    /pc/pd2/news-pd2
  84. For a monthly raw list of all the new MS-DOS files, get
  85.    /pc/_files.in
  86. --------------------------------------------------------------------
  87.  
  88. From ts@uwasa.fi Sat Jun 15 00:00:02 1996
  89. Subject: Printing all output from screen
  90.  
  91. 2. *****
  92.  Q: I want to get printed everything that comes to the screen. How
  93. can I achieve this?
  94.  
  95.  A: Simple. First capture the output to a file (see the previous
  96. Q&A) and then print the file.
  97.    If you need to capture text that has already scrolled off the
  98. screen use ftp://garbo.uwasa.fi/pc/screen/buffit30.zip resident
  99. screen scrollback utility, which is a handy TSR (Terminate and Stay
  100. Resident) program anyway. Another, even better screen scrollback
  101. buffer TSR is ftp://garbo.uwasa.fi/pc/screen/scrlit18.zip (or
  102. whatever is the current version number).
  103. --------------------------------------------------------------------
  104.  
  105. From ts@uwasa.fi Sat Jun 15 00:00:03 1996
  106. Subject: Printer redirection to a file
  107.  
  108. 3. *****
  109.  Q: How can I direct all output to a file instead of the printer?
  110.  
  111.  A: There is a good utility ftp://garbo.uwasa.fi/pc/printer/lptx.zip
  112. exactly for this purpose. It comes in several versions. Another such
  113. utility ftp://garbo.uwasa.fi/pc/printer/prn2file.zip which I have
  114. tried with good success. A third such utility is available from
  115. Garbo archives is ftp://garbo.uwasa.fi/pc/printer/prndi802.zip, but
  116. even if it is useful, it not very easy to figure out the first time.
  117. In general, take a look at the /pc/printer directory at
  118. garbo.uwasa.fi.
  119. --------------------------------------------------------------------
  120.  
  121. From ts@uwasa.fi Sat Jun 15 00:00:04 1996
  122. Subject: VT102 emulation codes
  123.  
  124. 4. *****
  125.  Q: I need information on VT100 (VT102) emulation codes.
  126.  
  127.  A: The following packages may have some relevant information. Take
  128. a look at MsKermit documentation /pc/termprog/mskdo232.zip, MsKermit
  129. advice and utilities in ftp://garbo.uwasa.fi/pc/ts/tskerm26.zip, and
  130. Procomm advice in ftp://garbo.uwasa.fi/pc/ts/tspfon29.zip. (A later
  131. note: mskdo232.zip is no longer available from Garbo for the Kermit
  132. authors' distribution policy reasons. For Kermit material connect to
  133. Columbia University Academic Information Systems, New York:
  134. kermit.columbia.edu)
  135. --------------------------------------------------------------------
  136.  
  137. From ts@uwasa.fi Sat Jun 15 00:00:05 1996
  138. Subject: Procomm or Telix VT102 problems
  139.  
  140. 5. *****
  141.  Q: I'm experiencing problems in my Procomm (or Telix) VT102
  142. terminal emulation. What should I do?
  143.  
  144.  A: If terminal emulation is your main concern, you should consider
  145. using MsKermit. Procomm and Telix very good programs which are at
  146. their best in connections to BBSes (bulletin boards). MsKermit is at
  147. its best in main frame connections and terminal emulation. (MsKermit
  148. is better at BBS connections as generally thought, since contrary to
  149. common belief it can utilize a dialing directory). Get the packages
  150. ftp://garbo.uwasa.fi/pc/ts/tspfon30.zip and /pc/ts/tskerm26.zip to
  151. give more information and utilities for Procomm and MsKermit. The
  152. packages are available by anonymous ftp, mail server and WWW from
  153. garbo.uwasa.fi.
  154. --------------------------------------------------------------------
  155.  
  156. From ts@uwasa.fi Sat Jun 15 00:00:06 1996
  157. Subject: Pascal to C converters
  158.  
  159. 6. *****
  160.  Q: I'm looking for a program to convert Turbo Pascal code
  161. automatically to C.  (Mother of all FAQs? :-)
  162.  
  163.  A: To find utilities for such a specific purpose the very first
  164. thing to do is to look through file lists. At garbo.uwasa.fi there
  165. are useful file lists such as /pc/INDEX.ZIP and INDEXTS.ZIP. Here is
  166. some old information as an example:
  167.  From simibm file list --------------------------------------------
  168.  T2C.ARC        Microsoft's Turbo Pascal to C translator
  169.  TPTC17.ARC     Turbo Pascal to C translator, 1of4
  170.  TPTC17SC.ARC   Turbo Pascal to C - src for translator, 2of4
  171.  TPTC17TC.ARC   Turbo Pascal to C - test cases, 3of4
  172.  TPTCINFO.ARC   Info on Turbo Pascal to C translator, 4of4
  173.  From files-mm (Micro Maniacs Opus file list) ---------------------
  174.  PTOC.ZIP       79789           Pas